Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Optimize Rust Analyzer with BOLT S-waiting-on-perf Status: Waiting on a perf run to be completed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#139648 opened Apr 10, 2025 by Kobzol Draft
Add unstable parsing of --extern foo::bar=libbar.rlib command line options S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139647 opened Apr 10, 2025 by eholk Loading…
check types of const param defaults disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-types Relevant to the types team, which will review and decide on the PR/issue.
#139646 opened Apr 10, 2025 by lcnr Loading…
Micro-optimize InstSimplify's simplify_primitive_clone S-waiting-on-perf Status: Waiting on a perf run to be completed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139644 opened Apr 10, 2025 by yotamofek Loading…
Allow parenthesis around inferred array lengths S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139641 opened Apr 10, 2025 by BoxyUwU Loading…
Bump FileEncoder buffer size to 64 kB S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139640 opened Apr 10, 2025 by Zoxc Loading…
[Experiment] Make RemoveRedundantSwitch into a separate pass S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139639 opened Apr 10, 2025 by compiler-errors Draft
Cleanup the InstSimplify MIR transformation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139638 opened Apr 10, 2025 by yotamofek Loading…
Update documentation of as_ptr function of Atomic$Int to clarify circumstances of usage S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139637 opened Apr 10, 2025 by madhav-madhusoodanan Loading…
Encode dep node edge count as u32 instead of usize A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139636 opened Apr 10, 2025 by Zoxc Loading…
Finalize repeat expr inference behaviour with inferred repeat counts disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-types Relevant to the types team, which will review and decide on the PR/issue.
#139635 opened Apr 10, 2025 by BoxyUwU Loading…
cfi: do not transmute function pointers in formatting code A-control-flow-integrity Area: Control Flow Integrity (CFI) security mitigation PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139632 opened Apr 10, 2025 by Darksonn Loading…
Suggest remove redundant $()? around vis S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139628 opened Apr 10, 2025 by makai410 Loading…
[beta] Revert "Remove prev_index_to_index field from CurrentDepGraph" A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139625 opened Apr 10, 2025 by Zoxc Loading…
Don't allow flattened format_args in const. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139624 opened Apr 10, 2025 by m-ou-se Draft
compiletest: Make SUGGESTION annotations viral A-compiletest Area: The compiletest test runner A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139618 opened Apr 10, 2025 by petrochenkov Loading…
Use posix_spawn on cygwin S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139617 opened Apr 10, 2025 by Berrysoft Loading…
1 task
Remove name_or_empty A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#139615 opened Apr 10, 2025 by nnethercote Loading…
Clarify async block behaviour S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139608 opened Apr 10, 2025 by Lynnesbian Loading…
Add regression test for #127424 S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139607 opened Apr 10, 2025 by reddevilmidzy Loading…
update miniz_oxide to 0.8.8 A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#139605 opened Apr 9, 2025 by oyvindln Loading…
Update compiler-builtins to 0.1.153 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139600 opened Apr 9, 2025 by tgross35 Loading…
Remove Symbol from Named variant of BoundRegionKind/LateParamRegionKind perf-regression Performance regression. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139598 opened Apr 9, 2025 by compiler-errors Draft
Do not run per-module late lints if they can be all skipped perf-regression Performance regression. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139597 opened Apr 9, 2025 by Kobzol Loading…
[experiment] How expensive is if_cause? S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139594 opened Apr 9, 2025 by compiler-errors Draft
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.